﻿
.swiper-container{ width: 100%;
    height: 46.9vw;
    background-color: rgba(38,38,38,1.00);
}
.arrow-left {
  background: url(../images/arrows.png) no-repeat left top;
  position: absolute;
  left: 10%;
  top: 50%;
  margin-top: -15px;
  width: 29px;
  height: 56px;
  z-index:10;
}
.arrow-right {
  background: url(../images/arrows.png) no-repeat left bottom;
  position: absolute;
  right: 10%;
  top: 50%;
  margin-top: -15px;
  width: 29px;
  height: 56px;
  z-index:10;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:1.6vw;
  width: 100%;
}
.swiper-pagination-switch {
  border:solid 1px #fff;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin: 0 0.5vw;
  cursor: pointer;
}
.swiper-active-switch {
  border:solid 1px #0066ce;
  background: #0066ce;
}
.swiper-slide{
	position:relative;
	opacity:0;
	transition: opacity 0.7s ease-in-out;
}
.swiper-slide-active{
	opacity:1;
}
.swiper-slide .img{
	position:absolute;
}
.inner{ width: 1920px;
	position:relative; top: 50%; left: 50%;  display: inline-block;  -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);
	display:block;
	margin:0 auto;
}
.slide1{
	background: url(../images/s_bg.jpg) top left; background-size: auto 100%; 
}
.slide2{
	background: url(../images/s_bg2.jpg) top left; background-size: auto 100%; 
}
.slide3{
	background: url(../images/s_bg3.jpg) top left; background-size: auto 100%; 
}

.slide4{
  background: url(../images/s_bg4.jpg) top left; background-size: auto 100%; 
}

.slide1 .s0{ color: #fff; text-align: center; width: 100%;visibility:visible !important;position: relative !important;}
.slide1 .s0 span{ font-size: 2.4vw; padding-bottom: 1.5vw; display: block;}
.slide1 .s0 p{ font-size: 0.9vw; }
.slide1 .s1{visibility:visible !important; position: relative !important; margin:2vw auto 0 auto !important; display: block; height: 16vw;}

.slide2 .s0{left:0; top: 15vw; color: #fff; text-align: center; width: 100%;}
.slide2 .s0 span{ font-size: 2.4vw; padding-bottom: 1.5vw; display: block;}
.slide2 .s0 p{ font-size: 0.9vw; }
.slide2 .s1{left:50%;top: 24vw; width: 26vw;  margin-left: -13vw;}

.slide3 .s0{left:0; top: 12vw; color: #fff; text-align: center; width: 100%;}
.slide3 .s0 span{ font-size: 2.4vw; padding-bottom: 1.5vw; display: block;}
.slide3 .s0 p{ font-size: 0.9vw; }
.slide3 .s1{left:50%;top: 22vw; width: 32vw;  margin-left: -16vw;}

.slide4 .s0{left:0; top: 12vw; color: #fff; text-align: center; width: 100%;}
.slide4 .s0 span{ font-size: 2.4vw; padding-bottom: 1.5vw; display: block;}
.slide4 .s0 p{ font-size: 0.9vw; }
.slide4 .s1{left:50%;top: 20vw; width: 32vw;  margin-left: -16vw;}


.loop{
	animation-iteration-count: infinite;/*无限*/
	animation-timing-function:linear;/*平滑*/
}
.targetBtn {
    margin-top: 20px;
    position: absolute;
    bottom: 60px;
    left: 352px;
    z-index: 999;
}
.targetBtn a{
	height:50px;
	border-radius:50px;
	background:rgba(0,0,0,.5);
	float:left;
	line-height:50px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	}
.targetBtn .a1{
	width:110px;
	}
.targetBtn .a2{
	width:170px;
	margin-left:15px;
	}	
/*自定义CSS动画*/
.moveRight{-webkit-animation-name:moveRight;animation-name:moveRight}
@-webkit-keyframes moveRight{0%{opacity: 0;left:0px;}
10%{opacity: 1;}
100%{opacity: 1;left:550px;}}
@keyframes moveRight{0%{opacity: 0;left:0px;}
10%{opacity: 1;}
100%{opacity: 1;left:550px;}}

.moveLeft{-webkit-animation-name:moveLeft;animation-name:moveLeft}
@-webkit-keyframes moveLeft{0%{opacity:0;left:390px;}
10%{opacity:1;}
100%{opacity:1;left:-370px;}}
@keyframes moveLeft{0%{opacity:0;left:390px;}
10%{opacity:1;}
100%{opacity:1;left:-370px;}}